.tippy-box[data-theme~='tomato'] {
    font-family: AlibabaPuHuiTi-Medium;
    background-color: #dadbdf;
    color: #353948;
    font-size: 18px;
}
.tippy-box[data-theme~='tomato'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #dadbdf;
}
.tippy-box[data-theme~='tomato'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #dadbdf;
}
.tippy-box[data-theme~='tomato'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #dadbdf;
}
.tippy-box[data-theme~='tomato'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #dadbdf;
}